home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / help / tutor04.db < prev    next >
Text File  |  2002-09-25  |  1KB  |  36 lines

  1. @@title WikiWriter Tutorial: Link pages together
  2. .nav WikiWriter Tutorial: ((tutor03|Prev))| ((tutor00|Up)) | ((tutor05|Next))
  3. .end
  4. == Link pages together
  5.  
  6. [[b WikiWriter]] automatically provides a link back to Home on every page, so you will never have any orphaned (unlinked) pages. You can create any additional links you need according to your design requirements.
  7.  
  8. # On the new page, click on [[b Edit Page]].
  9.  
  10. # Select and delete the [[b New Page]] notice.
  11.  
  12. # Add a line of text:
  13. <pre>
  14.     My second page.
  15. </pre>
  16.  
  17. # Add another line, with a link to [[b Home]]:
  18. <pre>
  19.     Link back to ((Home)).
  20. </pre>
  21.  
  22. # Add another line, with a link to a new page. Call the page "Third Page", but use a description for the page in the link by separating the link name from the description with a vertical bar ("pipe" symbol), like this:
  23. <pre>
  24.     This link goes to the ((Third Page|next)) page.
  25. </pre>
  26.  
  27. # Now your page looks like this:
  28. /#
  29. .result My second page.
  30. Link back to ((Home)).
  31. This link goes to the ((Third Page|next)) page.
  32. .end
  33. .nav WikiWriter Tutorial: ((tutor03|Prev))| ((tutor00|Up)) | ((tutor05|Next))
  34. .end
  35.  
  36.